| Makefile (79790b6818e96c58fe2bffee1b418c16e64e7b80) | Makefile (f25eae2c405cbe810f8c52d743ea2b507c3fc301) |
|---|---|
| 1# 2# parisc/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. 6# 7# This file is subject to the terms and conditions of the GNU General Public 8# License. See the file "COPYING" in the main directory of this archive --- 105 unchanged lines hidden (view full) --- 114cflags-$(CONFIG_PA8X00) += -march=2.0 -mschedule=8000 115 116KBUILD_CFLAGS += $(cflags-y) 117LIBGCC := $(shell $(CC) -print-libgcc-file-name) 118export LIBGCC 119 120libs-y += arch/parisc/lib/ $(LIBGCC) 121 | 1# 2# parisc/Makefile 3# 4# This file is included by the global makefile so that you can add your own 5# architecture-specific flags and dependencies. 6# 7# This file is subject to the terms and conditions of the GNU General Public 8# License. See the file "COPYING" in the main directory of this archive --- 105 unchanged lines hidden (view full) --- 114cflags-$(CONFIG_PA8X00) += -march=2.0 -mschedule=8000 115 116KBUILD_CFLAGS += $(cflags-y) 117LIBGCC := $(shell $(CC) -print-libgcc-file-name) 118export LIBGCC 119 120libs-y += arch/parisc/lib/ $(LIBGCC) 121 |
| 122drivers-y += arch/parisc/video/ | 122drivers-$(CONFIG_VIDEO) += arch/parisc/video/ |
| 123 124boot := arch/parisc/boot 125 126PALO := $(shell if (which palo 2>&1); then : ; \ 127 elif [ -x /sbin/palo ]; then echo /sbin/palo; \ 128 fi) 129 130PALOCONF := $(shell if [ -f $(srctree)/palo.conf ]; then echo $(srctree)/palo.conf; \ --- 73 unchanged lines hidden --- | 123 124boot := arch/parisc/boot 125 126PALO := $(shell if (which palo 2>&1); then : ; \ 127 elif [ -x /sbin/palo ]; then echo /sbin/palo; \ 128 fi) 129 130PALOCONF := $(shell if [ -f $(srctree)/palo.conf ]; then echo $(srctree)/palo.conf; \ --- 73 unchanged lines hidden --- |