X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/caf4db4fde9b5db669991e4239fd7773b96a712d..8aff78b0096b4c2f8ec34fdcf96e55ef8bb9a24a:/package/alsa/Makefile diff --git a/package/alsa/Makefile b/package/alsa/Makefile index b1b9997c1..9a745aa96 100644 --- a/package/alsa/Makefile +++ b/package/alsa/Makefile @@ -1,7 +1,13 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# # $Id$ include $(TOPDIR)/rules.mk -include $(TOPDIR)/package/kernel.mk +include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=alsa-driver PKG_VERSION:=1.0.11 @@ -13,7 +19,7 @@ PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/driver/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_CAT:=bzcat -include $(TOPDIR)/package/rules.mk +include $(INCLUDE_DIR)/package.mk ifeq ($(LINUX_KARCH),i386) KERNEL_C_INCS:= -I$(LINUX_DIR)/include/asm-i386/mach-generic -I$(LINUX_DIR)/include/asm-i386/mach-default