diff options
Diffstat (limited to 'board/cray/L1/Makefile')
-rw-r--r-- | board/cray/L1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cray/L1/Makefile b/board/cray/L1/Makefile index e7dc0a8df37..bfe0922ebca 100644 --- a/board/cray/L1/Makefile +++ b/board/cray/L1/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS = $(BOARD).o flash.o -SOBJS = init.o +SOBJS = init.o # HACK: depend needs bootscript.c, which needs tools/mkimage, which is not # built in the depend stage. So... put bootscript.o here, not in OBJS |