From b62b9d1f33a4911feb9f318ece0c1565f27abf8d Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 2 Apr 2021 16:17:50 +0200 Subject: Replaced target macros --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/Makefile b/apps/Makefile index f689727..c015d18 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -6,7 +6,7 @@ LD = ccache ../cross/opt/bin/i686-elf-ld OC = ccache ../cross/opt/bin/i686-elf-objcopy ST = ccache ../cross/opt/bin/i686-elf-strip -CFLAGS = $(CFLAGS_DEFAULT) -I../libs/ -I../libs/libc/inc/ -Duserspace +CFLAGS = $(CFLAGS_DEFAULT) -I../libs/ -I../libs/libc/inc/ -DUSER all: $(COBJS) -- cgit v1.2.3