diff options
author | Chris Zankel <chris@zankel.net> | 2009-04-03 03:58:53 +0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2009-04-03 11:06:45 +0400 |
commit | f1933189b89da2b34fc37e6737737c8c9bf01139 (patch) | |
tree | e72eb72eb1ec8bd5c59828f7629fd40b8d99c187 /arch/xtensa/variants | |
parent | 06a7476be78c58a5ee0f4b4cc4acf43800087d52 (diff) | |
download | linux-f1933189b89da2b34fc37e6737737c8c9bf01139.tar.xz |
xtensa: only build platform or variant if they contain a Makefile
We only add the platform or variant directory to core-y if it
contains a Makefile. Consequently, we can remove the Makefiles
for the dc232b and fsf processor variants.
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/variants')
-rw-r--r-- | arch/xtensa/variants/dc232b/Makefile | 1 | ||||
-rw-r--r-- | arch/xtensa/variants/fsf/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/xtensa/variants/dc232b/Makefile b/arch/xtensa/variants/dc232b/Makefile deleted file mode 100644 index 3c8f268317d3..000000000000 --- a/arch/xtensa/variants/dc232b/Makefile +++ /dev/null @@ -1 +0,0 @@ -# dc232b Makefile diff --git a/arch/xtensa/variants/fsf/Makefile b/arch/xtensa/variants/fsf/Makefile deleted file mode 100644 index 3fadcfd03d19..000000000000 --- a/arch/xtensa/variants/fsf/Makefile +++ /dev/null @@ -1 +0,0 @@ -# fsf Makefile |