Kernel/debug - Clean up Debug() method, bind to #define config
[tpg/acess2.git] / Usermode / body.mk
1
2 OBJ := $(call fcn_src2obj,$(SRCS))
3
4 $(call fcn_addbin,$(BIN),$(OBJ))
5
6 # Rules
7 .PHONY: all-$(DIR) clean-$(DIR)
8 all-$(DIR): $(BIN)
9 clean-$(DIR): clean-%: 
10         $(eval BIN=$(BIN-$*/))
11         $(eval OBJ=$(foreach f, $(BIN), $(OBJ-$f)))
12         $(RM) $(BIN) $(OBJ) $(OBJ:%=%.dep)
13

UCC git Repository :: git.ucc.asn.au