swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 04974df8049fc4240d22759a91e035082ccd18b4 authored by Linus Torvalds on 01 May 2016, 22:52:31 UTC
Linux 4.6-rc6
Tip revision: 04974df
Makefile
# Platform specific code goes here
obj-y	+= atom/
obj-y	+= ce4100/
obj-y	+= efi/
obj-y	+= geode/
obj-y	+= goldfish/
obj-y	+= iris/
obj-y	+= intel/
obj-y	+= intel-mid/
obj-y	+= intel-quark/
obj-y	+= olpc/
obj-y	+= scx200/
obj-y	+= sfi/
obj-y	+= ts5500/
obj-y	+= uv/
back to top