mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
hehe. Screwed that one up. Lets do things right this time.
-Erik
This commit is contained in:
parent
1f1c3f9485
commit
b2bfd34a7b
@ -45,5 +45,6 @@ libraries-y+=$(UDHCP_DIR)$(UDHCP_AR)
|
||||
$(UDHCP_DIR)$(UDHCP_AR): $(UDHCP_OBJS)
|
||||
$(AR) -ro $@ $(UDHCP_OBJS)
|
||||
|
||||
$(UDHCP_OBJS): $(patsubst %,$(UDHCP_DIR)%, $(UDHCP-y))
|
||||
$(UDHCP_OBJS): %.o : %.c
|
||||
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DIN_BUSYBOX -c $< -o $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user