projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: get rid of the simple_prom_emulator, it is not really useful
[openwrt.git]
/
target
/
linux
/
brcm-2.4
/
files
/
arch
/
mips
/
bcm947xx
/
Makefile
diff --git
a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/Makefile
b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/Makefile
index
55e1757
..
e08cf9a
100644
(file)
--- a/
target/linux/brcm-2.4/files/arch/mips/bcm947xx/Makefile
+++ b/
target/linux/brcm-2.4/files/arch/mips/bcm947xx/Makefile
@@
-9,8
+9,8
@@
O_TARGET := bcm947xx.o
export-objs := export.o
obj-y := prom.o setup.o time.o sbmips.o gpio.o
export-objs := export.o
obj-y := prom.o setup.o time.o sbmips.o gpio.o
-obj-y += nvram.o
nvram_linux.o sflash
.o
-obj-y += sbutils.o
bcm
utils.o bcmsrom.o hndchipc.o
+obj-y += nvram.o
cfe_env.o hndpmu
.o
+obj-y += sbutils.o utils.o bcmsrom.o hndchipc.o
obj-$(CONFIG_PCI) += sbpci.o pcibios.o
obj-y += export.o
obj-$(CONFIG_PCI) += sbpci.o pcibios.o
obj-y += export.o
This page took
0.025005 seconds
and
4
git commands to generate.