Skip to content

Commit

Permalink
xtensa: variant-specific code
Browse files Browse the repository at this point in the history
Allow the variant to provide real code.  Add empty dummy Makefiles for
the existing variants.

Signed-off-by: Johannes Weiner <jw@emlix.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Johannes Weiner authored and Chris Zankel committed Apr 3, 2009
1 parent e5083a6 commit 72197b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/xtensa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)

head-y := arch/xtensa/kernel/head.o
core-y += arch/xtensa/kernel/ arch/xtensa/mm/
ifneq ($(VARIANT),)
core-y += arch/xtensa/variants/$(VARIANT)/
endif
ifneq ($(PLATFORM),)
core-y += arch/xtensa/platforms/$(PLATFORM)/
endif
Expand Down
1 change: 1 addition & 0 deletions arch/xtensa/variants/dc232b/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# dc232b Makefile
1 change: 1 addition & 0 deletions arch/xtensa/variants/fsf/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# fsf Makefile

0 comments on commit 72197b1

Please sign in to comment.