diff options
author | Marek Vasut <marex@denx.de> | 2015-07-25 08:22:21 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-08 14:14:04 +0200 |
commit | 9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca (patch) | |
tree | 21c951b39b254a3d77bc2f0be5d9bb9b81aca240 /board/altera/socfpga/Makefile | |
parent | 2e8fcc7e41cc5fea7fa399e5e35fc261fa67b13b (diff) | |
download | u-boot-9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca.tar.gz |
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/Makefile | 2 |
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/ |