|
@@ -28,7 +28,11 @@ include $(TOPDIR)/config.mk
|
|
|
LIB = $(obj)lib$(SOC).a
|
|
|
|
|
|
COBJS = timer.o ether.o lxt972.o dp83848.o
|
|
|
-SOBJS = lowlevel_init.o reset.o
|
|
|
+SOBJS = reset.o
|
|
|
+
|
|
|
+ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
|
|
+SOBJS += lowlevel_init.o
|
|
|
+endif
|
|
|
|
|
|
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
|
|
OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))
|