swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 41f1830f5a7af77cf5c86359aba3cbd706687e52 authored by Linus Torvalds on 19 June 2017, 14:19:37 UTC
Linux 4.12-rc6
Tip revision: 41f1830
Makefile
#
# Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#

obj-y	:= extable.o ioremap.o dma.o fault.o init.o
obj-y	+= tlb.o tlbex.o cache.o mmap.o
obj-$(CONFIG_HIGHMEM)	+= highmem.o
back to top