diff options
Diffstat (limited to 'board/amcc/yellowstone/Makefile')
-rw-r--r-- | board/amcc/yellowstone/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/amcc/yellowstone/Makefile b/board/amcc/yellowstone/Makefile index 5654f91..47116d3 100644 --- a/board/amcc/yellowstone/Makefile +++ b/board/amcc/yellowstone/Makefile @@ -26,7 +26,6 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS = $(BOARD).o -OBJS += flash.o SOBJS = init.o $(LIB): $(OBJS) $(SOBJS) |