Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217614
b: refs/heads/master
c: 45123f7
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf committed Oct 14, 2010
1 parent bae2b48 commit 5666a5e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a4dbc5ee52e8741522a2f87067b80116c6c7a934
refs/heads/master: 45123f7e74e004848da765f3182cd401a38d354d
17 changes: 15 additions & 2 deletions trunk/arch/tile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ $(error Set TILERA_ROOT or CROSS_COMPILE when building $(ARCH) on $(HOST_ARCH))
endif
endif


ifneq ($(CONFIG_DEBUG_EXTRA_FLAGS),"")
KBUILD_CFLAGS += $(CONFIG_DEBUG_EXTRA_FLAGS)
endif

LIBGCC_PATH := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)

Expand All @@ -49,6 +50,18 @@ head-y := arch/tile/kernel/head_$(BITS).o
libs-y += arch/tile/lib/
libs-y += $(LIBGCC_PATH)


# See arch/tile/Kbuild for content of core part of the kernel
core-y += arch/tile/

ifdef TILERA_ROOT
INSTALL_PATH ?= $(TILERA_ROOT)/tile/boot
endif

install:
install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
install -D -m 644 .config $(INSTALL_PATH)/config-$(KERNELRELEASE)
install -D -m 644 System.map $(INSTALL_PATH)/System.map-$(KERNELRELEASE)

define archhelp
echo ' install - install kernel into $(INSTALL_PATH)'
endef

0 comments on commit 5666a5e

Please sign in to comment.