1USE_STANDARD_AS_RULE := true
2
3L_TARGET = cfe.a
4
5obj-y			= cfe_api.o setup.o
6obj-$(CONFIG_SMP)	+= smp.o
7obj-$(CONFIG_SIBYTE_CFE_CONSOLE)	+= console.o
8
9include $(TOPDIR)/Rules.make
10