Added consolex to wrapup

This commit is contained in:
Joel Sherrill
1997-08-01 20:56:36 +00:00
parent a7fcfd0f61
commit bcbd75d4b7

View File

@@ -12,6 +12,7 @@ GENERIC_PIECES=
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
$(wildcard ../consolex/$(ARCH)/consolex.rel) \
$(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel)
LIB=$(ARCH)/libbsp.a