From 17fd0ff0cd8e7bbf1a6be6a5a8049bb55be0d693 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 12 Jan 2018 07:56:42 +0100 Subject: bsps: Move wd80x3.h to libchip/wd80x3.h This header is used also by the motorola_powerpc BSP. Update #3254. --- c/src/libchip/preinstall.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c/src/libchip/preinstall.am') diff --git a/c/src/libchip/preinstall.am b/c/src/libchip/preinstall.am index a280315a41..82bb281633 100644 --- a/c/src/libchip/preinstall.am +++ b/c/src/libchip/preinstall.am @@ -78,6 +78,10 @@ $(PROJECT_INCLUDE)/libchip/sonic.h: network/sonic.h $(PROJECT_INCLUDE)/libchip/$ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/sonic.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/sonic.h +$(PROJECT_INCLUDE)/libchip/wd80x3.h: network/wd80x3.h $(PROJECT_INCLUDE)/libchip/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/wd80x3.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/wd80x3.h + $(PROJECT_INCLUDE)/libchip/open_eth.h: network/open_eth.h $(PROJECT_INCLUDE)/libchip/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/open_eth.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/open_eth.h -- cgit v1.2.3