Allow for architecture specific libmad patches, make current patch AVR32 specific

This commit is contained in:
Ulf Samuelsson 2007-08-28 19:33:27 +00:00
parent 558617ddf8
commit 0b344527ff
2 changed files with 2924 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,8 @@ $(DL_DIR)/$(LIBMAD_SOURCE):
$(LIBMAD_DIR)/.unpacked: $(DL_DIR)/$(LIBMAD_SOURCE)
$(LIBMAD_CAT) $(DL_DIR)/$(LIBMAD_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
$(CONFIG_UPDATE) $(LIBMAD_DIR)
toolchain/patch-kernel.sh $(LIBMAD_DIR) package/libmad/ libmad-$(LIBMAD_VERSION)\*.patch\*
toolchain/patch-kernel.sh $(LIBMAD_DIR) package/libmad/ libmad-$(LIBMAD_VERSION)\*.patch
toolchain/patch-kernel.sh $(LIBMAD_DIR) package/libmad/ libmad-$(LIBMAD_VERSION)\*.patch.$(ARCH)
touch $@
$(LIBMAD_DIR)/.configured: $(LIBMAD_DIR)/.unpacked