diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-06-13 16:47:22 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-06-13 16:47:22 +0000 |
commit | d1ae2f0f7a09c6209b8c8b1defcfd8e6dca7dfd8 (patch) | |
tree | e14b902cdb8e313ef59b2ec64d3c917581e552a5 /package/ixp4xx-microcode/Makefile | |
parent | 4d80403385948b98eaf85beb0adf21a3548f406a (diff) | |
download | upstream-d1ae2f0f7a09c6209b8c8b1defcfd8e6dca7dfd8.tar.gz upstream-d1ae2f0f7a09c6209b8c8b1defcfd8e6dca7dfd8.tar.bz2 upstream-d1ae2f0f7a09c6209b8c8b1defcfd8e6dca7dfd8.zip |
[packages] Various Makefile cleanup.
Thanks to swalker.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16437 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ixp4xx-microcode/Makefile')
-rw-r--r-- | package/ixp4xx-microcode/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/ixp4xx-microcode/Makefile b/package/ixp4xx-microcode/Makefile index 449b8952c4..9ed912758b 100644 --- a/package/ixp4xx-microcode/Makefile +++ b/package/ixp4xx-microcode/Makefile @@ -15,8 +15,6 @@ PKG_SOURCE:=IPL_ixp400NpeLibraryWithCrypto-2_4.zip PKG_SOURCE_URL:=http://downloads.openwrt.org/sources PKG_MD5SUM:=dd5f6482e625ecb334469958bcd54b37 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) - include $(INCLUDE_DIR)/package.mk define Package/ixp4xx-microcode |