diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-12-22 21:39:13 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-12-22 21:39:13 +0000 |
commit | 509c6f05b2ae770b9bee253621fad7be442fac1e (patch) | |
tree | 9d6b6205f4db3e22261293dd61c3fbb3b281f105 /Makefile | |
parent | 8900b3c75142c9701657f20b307d70f106cc3697 (diff) | |
download | radiola-509c6f05b2ae770b9bee253621fad7be442fac1e.tar.gz radiola-509c6f05b2ae770b9bee253621fad7be442fac1e.zip |
Added BSD makefile to compile tests that are compilable
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |