|
@@ -36,7 +36,8 @@ endef
|
|
|
|
|
|
# For staging, only the library is needed
|
|
# For staging, only the library is needed
|
|
define DTC_INSTALL_STAGING_CMDS
|
|
define DTC_INSTALL_STAGING_CMDS
|
|
- $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install-lib
|
|
|
|
|
|
+ $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install-lib \
|
|
|
|
+ install-includes
|
|
endef
|
|
endef
|
|
|
|
|
|
define DTC_INSTALL_TARGET_CMDS
|
|
define DTC_INSTALL_TARGET_CMDS
|