summaryrefslogtreecommitdiffstats
path: root/board/altera/socfpga/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-07-25 08:22:21 +0200
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:04 +0200
commit9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca (patch)
tree21c951b39b254a3d77bc2f0be5d9bb9b81aca240 /board/altera/socfpga/Makefile
parent2e8fcc7e41cc5fea7fa399e5e35fc261fa67b13b (diff)
downloadtalos-obmc-uboot-9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca.tar.gz
talos-obmc-uboot-9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca.zip
arm: socfpga: Move generated files into qts subdir
Move all the files generated by Quartus into the qts/ subdir of the board/altera/socfpga dir to make them explicitly separate from the generic U-Boot code. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'board/altera/socfpga/Makefile')
-rw-r--r--board/altera/socfpga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/socfpga/Makefile b/board/altera/socfpga/Makefile
index c867f73ff7..d96039464b 100644
--- a/board/altera/socfpga/Makefile
+++ b/board/altera/socfpga/Makefile
@@ -7,4 +7,4 @@
#
obj-y := socfpga.o
-obj-$(CONFIG_SPL_BUILD) += pinmux_config.o iocsr_config.o
+obj-$(CONFIG_SPL_BUILD) += qts/
OpenPOWER on IntegriCloud