From 0ef64b28a54b30bc888f68e912d7bb138d68f2cf Mon Sep 17 00:00:00 2001 From: Davids Paskevics <davip00@mi.fu-berlin.de> Date: Mon, 3 Jul 2023 21:04:09 +0200 Subject: [PATCH] nothing: Fix Makefile --- nothing/Makefile | 3 +-- nothing/{ => src}/nothing.c | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename nothing/{ => src}/nothing.c (100%) diff --git a/nothing/Makefile b/nothing/Makefile index 81f2933..bcb9e78 100644 --- a/nothing/Makefile +++ b/nothing/Makefile @@ -2,10 +2,9 @@ PROG = nothing SOURCES = src/nothing.c -# Comment this line out if you prefer building in docker TOOLCHAIN = riscv32-unknown-elf EXTRA_CFLAGS ?= -Og -g -DEMULATOR_HACKS EXTRA_LINKFLAGS ?= -include mdk/esp32c3/build.mk \ No newline at end of file +include ../mdk/esp32c3/build.mk \ No newline at end of file diff --git a/nothing/nothing.c b/nothing/src/nothing.c similarity index 100% rename from nothing/nothing.c rename to nothing/src/nothing.c -- GitLab