fixes uapi helper define

SVN-Revision: 34715
This commit is contained in:
John Crispin 2012-12-16 11:04:27 +00:00
parent 7bcb6b5479
commit e9c0b95829
2 changed files with 4 additions and 3 deletions

View file

@ -158,7 +158,7 @@ $(call Build/Configure/Default,, \
mkdir -p $(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux
cp \
$(LINUX_DIR)/include/linux/compiler.h \
$(LINUX_UAPI_DIR)/linux/atm*.h \
$(LINUX_DIR)/include/$(LINUX_UAPI_DIR)linux/atm*.h \
$(PKG_BUILD_DIR)/pppd/plugins/pppoatm/linux/
endef