aboutsummaryrefslogtreecommitdiffstats
path: root/src/fbuilder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbuilder/Makefile')
-rw-r--r--src/fbuilder/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fbuilder/Makefile b/src/fbuilder/Makefile
index ae0ce39df..a7ff45176 100644
--- a/src/fbuilder/Makefile
+++ b/src/fbuilder/Makefile
@@ -1,12 +1,14 @@
1ROOT = ../.. 1ROOT = ../..
2-include $(ROOT)/config.mk 2-include $(ROOT)/config.mk
3 3
4MOD_HDRS = ../include/common.h ../include/syscall.h
5
4.PHONY: all 6.PHONY: all
5all: fbuilder 7all: fbuilder
6 8
7include $(ROOT)/src/common.mk 9include $(ROOT)/src/common.mk
8 10
9%.o : %.c $(HDRS) ../include/common.h ../include/syscall.h $(ROOT)/config.mk 11%.o : %.c $(HDRS) $(ROOT)/config.mk
10 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@ 12 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@
11 13
12fbuilder: $(OBJS) $(ROOT)/config.mk 14fbuilder: $(OBJS) $(ROOT)/config.mk