projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: nuke config_access helper
[openwrt.git]
/
package
/
uboot-ifxmips
/
files
/
cpu
/
mips
/
danube
/
Makefile
diff --git
a/package/uboot-ifxmips/files/cpu/mips/danube/Makefile
b/package/uboot-ifxmips/files/cpu/mips/danube/Makefile
index
da329b3
..
6f7b5dc
100644
(file)
--- a/
package/uboot-ifxmips/files/cpu/mips/danube/Makefile
+++ b/
package/uboot-ifxmips/files/cpu/mips/danube/Makefile
@@
-1,5
+1,6
@@
+#########################################################################
#
#
-# (C) Copyright 200
3
-2006
+# (C) Copyright 200
0
-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
@@
-23,18
+24,14
@@
include $(TOPDIR)/config.mk
include $(TOPDIR)/config.mk
-LIB = $(obj)lib$(
CPU
).a
+LIB = $(obj)lib$(
SOC
).a
-START = start.o
-COBJS = asc_serial.o au1x00_serial.o au1x00_eth.o au1x00_usb_ohci.o \
- cpu.o interrupts.o incaip_clock.o ifx_asc.o ifx_clock.o
-SOBJS = incaip_wdt.o cache.o
+COBJS = ifx_asc.o ifx_clock.o
-SRCS := $(S
TART:.o=.S) $(S
OBJS:.o=.S) $(COBJS:.o=.c)
+SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
-START := $(addprefix $(obj),$(START))
-all: $(obj).depend $(
START) $(
LIB)
+all: $(obj).depend $(LIB)
$(LIB): $(OBJS)
$(AR) $(ARFLAGS) $@ $(OBJS)
$(LIB): $(OBJS)
$(AR) $(ARFLAGS) $@ $(OBJS)
This page took
0.02729 seconds
and
4
git commands to generate.