summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/agptek/rocker.make
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-08 17:22:06 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-08 19:20:50 -0400
commitdc81f96fd1bf3ddfe4c9e750ff14a0238f85d776 (patch)
treedbf25789aed73f92ba3a0adeca2daf16eafcb739 /firmware/target/hosted/agptek/rocker.make
parentff6e175c20b816ebcdbd5bd6d9a4db2cf4b4c4c1 (diff)
downloadrockbox-dc81f96fd1bf3ddfe4c9e750ff14a0238f85d776.tar.gz
rockbox-dc81f96fd1bf3ddfe4c9e750ff14a0238f85d776.zip
Don't compile audio codecs into native bootloader builds.
Change-Id: I0b2cc143572bf88423bdf7647cee0af567aee684
Diffstat (limited to 'firmware/target/hosted/agptek/rocker.make')
-rw-r--r--firmware/target/hosted/agptek/rocker.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/agptek/rocker.make b/firmware/target/hosted/agptek/rocker.make
index dd6be88f57..d159db77f3 100644
--- a/firmware/target/hosted/agptek/rocker.make
+++ b/firmware/target/hosted/agptek/rocker.make
@@ -43,7 +43,7 @@ $(BUILDDIR)/rockbox.elf : $$(OBJ) $(FIRMLIB) $(VOICESPEEXLIB) $(CORE_LIBS)
43 -L$(BUILDDIR)/lib $(call a2lnk,$(CORE_LIBS)) \ 43 -L$(BUILDDIR)/lib $(call a2lnk,$(CORE_LIBS)) \
44 $(LDOPTS) $(GLOBAL_LDOPTS) -Wl,-Map,$(BUILDDIR)/rockbox.map 44 $(LDOPTS) $(GLOBAL_LDOPTS) -Wl,-Map,$(BUILDDIR)/rockbox.map
45 45
46$(BUILDDIR)/rockbox.rocker : $(BUILDDIR)/rockbox.elf 46$(BUILDDIR)/$(BINARY): $(BUILDDIR)/rockbox.elf
47 $(call PRINTS,OC $(@F))$(call objcopy,$^,$@) 47 $(call PRINTS,OC $(@F))$(call objcopy,$^,$@)
48 48
49endif 49endif