diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2016-10-06 09:37:24 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-15 11:36:53 +0200 |
commit | 28502a928c63cd94928877132c547df087eb2b75 (patch) | |
tree | 59e874af5162c469668fc265cd102c48204ae1f3 /package/kernel/lantiq/ltq-hcd/Makefile | |
parent | f56f749d304442103f4c81f9463f9a5cd33f73d3 (diff) | |
download | upstream-28502a928c63cd94928877132c547df087eb2b75.tar.gz upstream-28502a928c63cd94928877132c547df087eb2b75.tar.bz2 upstream-28502a928c63cd94928877132c547df087eb2b75.zip |
kernel/lantiq/ltq-*: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'package/kernel/lantiq/ltq-hcd/Makefile')
-rw-r--r-- | package/kernel/lantiq/ltq-hcd/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/kernel/lantiq/ltq-hcd/Makefile b/package/kernel/lantiq/ltq-hcd/Makefile index 3bf948323f..d0df0855ed 100644 --- a/package/kernel/lantiq/ltq-hcd/Makefile +++ b/package/kernel/lantiq/ltq-hcd/Makefile @@ -32,11 +32,6 @@ KernelPackage/ltq-hcd-ase=$(call KernelPackage/ltq-hcd-template,ase,TARGET_lanti KernelPackage/ltq-hcd-danube=$(call KernelPackage/ltq-hcd-template,danube,(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy)) KernelPackage/ltq-hcd-ar9=$(call KernelPackage/ltq-hcd-template,ar9,TARGET_lantiq_xway) -define Build/Prepare - $(INSTALL_DIR) $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR) -endef - define Build/Configure endef |