Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140353
b: refs/heads/master
c: 72197b1
h: refs/heads/master
i:
  140351: 87a1ce8
v: v3
  • Loading branch information
Johannes Weiner authored and Chris Zankel committed Apr 3, 2009
1 parent f2df75c commit 38afb0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5083a63b6a8546c5fe1e571fe529e3939787ec2
refs/heads/master: 72197b18bc0e86feba7cc9f907551e30948bd526
3 changes: 3 additions & 0 deletions trunk/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 trunk/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 trunk/arch/xtensa/variants/fsf/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# fsf Makefile

0 comments on commit 38afb0f

Please sign in to comment.