Commit 21c7c354 authored by Alessandro Rubini's avatar Alessandro Rubini

build: removed BOARD=, never used

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 9dc0a17a
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
*.mif *.mif
*.*~ *.*~
*~ *~
include/board.h
tools/zpu-loader tools/zpu-loader
tools/vuart_console tools/vuart_console
tools/genraminit tools/genraminit
......
# Tomasz Wlostowski for CERN, 2011,2012 # Tomasz Wlostowski for CERN, 2011,2012
# choose your board here.
BOARD = spec
# and don't touch the rest unless you know what you're doing.
CROSS_COMPILE ?= lm32-elf- CROSS_COMPILE ?= lm32-elf-
CC = $(CROSS_COMPILE)gcc CC = $(CROSS_COMPILE)gcc
...@@ -148,14 +144,8 @@ config.o: .config ...@@ -148,14 +144,8 @@ config.o: .config
$(AUTOCONF): silentoldconfig $(AUTOCONF): silentoldconfig
$(OBJS): include/board.h
include/board.h:
ln -sf ../boards/$(BOARD)/board.h include/board.h
clean: clean:
rm -f $(OBJS) $(OUTPUT).elf $(OUTPUT).bin $(OUTPUT).ram include/board.h rm -f $(OBJS) $(OUTPUT).elf $(OUTPUT).bin $(OUTPUT).ram
$(MAKE) -C $(PPSI) clean $(MAKE) -C $(PPSI) clean
%.o: %.c %.o: %.c
......
OBJS_BOARD = $(BOARD)/board.o
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment