mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
fixed this up per segher Boessentkool's fine detective work
Signed-off-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@25 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
3c5a3a8d53
commit
de1dbf9bdf
1 changed files with 5 additions and 5 deletions
|
@ -4,11 +4,11 @@
|
|||
# not configurable
|
||||
LBARCH=x86
|
||||
|
||||
obj-y = mainboard.o irq_tables.o setup_before_car.o
|
||||
core-$(COMPRESSORS) += compressors
|
||||
obj-y = mainboard.o setup_before_car.o
|
||||
core-$(UNCOMPRESSORS) += uncompressors
|
||||
|
||||
mainboard.o: dtc.h
|
||||
$(obj)/mainboard.o: $(obj)/dtc.h
|
||||
|
||||
dtc.h: dts
|
||||
dtc -O lb dts > $@
|
||||
$(obj)/dtc.h: $(src)/dts
|
||||
dtc -O lb $(src)/dts ($obj)/dtc.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue