diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2009-03-29 23:01:41 +0200 |
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | 2009-03-29 23:01:41 +0200 |
| commit | 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc (patch) | |
| tree | 2cf84cab26bf72e8a289680ab1c7c4a0172609ee /cpu/arm720t/Makefile | |
| parent | 412ab705888742add435dd6ffc2e8bda14962235 (diff) | |
netarm: move serial driver to drivers/serial
add CONFIG_NETARM_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Diffstat (limited to 'cpu/arm720t/Makefile')
| -rw-r--r-- | cpu/arm720t/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm720t/Makefile b/cpu/arm720t/Makefile index c97f329638e..a038042f9f8 100644 --- a/cpu/arm720t/Makefile +++ b/cpu/arm720t/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o -COBJS = serial.o serial_netarm.o interrupts.o cpu.o +COBJS = serial.o interrupts.o cpu.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS)) |
