* Consolidate all fdt code into fdt bus_manager * Build boot and kernel static libraries Change-Id: I2a69cd7e1f1276999a80734ff12918fd49b599e5 Reviewed-on: https://review.haiku-os.org/440 Reviewed-by: Alexander von Gluck IV <[email protected]>
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
SubDir HAIKU_TOP src system kernel platform u-boot ;
|
|
|
|
SubDirHdrs $(HAIKU_TOP) headers private kernel platform $(TARGET_BOOT_PLATFORM) ;
|
|
UseLibraryHeaders [ FDirName libfdt ] ;
|
|
|
|
SubDirCcFlags $(TARGET_KERNEL_PIC_CCFLAGS) ;
|
|
SubDirC++Flags $(TARGET_KERNEL_PIC_CCFLAGS) ;
|
|
|
|
KernelMergeObject kernel_platform_u-boot.o :
|
|
platform.cpp
|
|
openfirmware.cpp
|
|
;
|