swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 17b57b1883c1285f3d0dc2266e8f79286a7bef38 authored by Greg Kroah-Hartman on 30 September 2018, 14:15:35 UTC
Linux 4.19-rc6
Tip revision: 17b57b1
Makefile
# SPDX-License-Identifier: GPL-2.0
# 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