From 509c6f05b2ae770b9bee253621fad7be442fac1e Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Tue, 22 Dec 2015 21:39:13 +0000 Subject: Added BSD makefile to compile tests that are compilable --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 48e9010..b8a6721 100644 --- a/Makefile +++ b/Makefile @@ -39,13 +39,15 @@ kconf2h: tools/kconf2h/kconf2h $(CC) tools/kconf2h/kconf2h.c tools/kconf2h/kconf2h_parser.o -o tools/kconf2h/kconf2h menuconfig: kconf2h - ./mconf Kconfig + ./mconf Kconfig tools/kconf2h/kconf2h .config config/config_linux.h menuconfig-bsd: kconf2h ./mconf Kconfig tools/kconf2h/kconf2h .config config/config_bsd.h + + bsd: $(OBJECTS) $(CC) $(OBJECTS_FINAL) $(PROJECT).c -o $(PROJECT) $(LDFLAGS_BSD) ld -r $(OBJECTS_FINAL) -o $(PROJECT).o \ No newline at end of file -- cgit v1.2.3