swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: a5e13c6df0e41702d2b2c77c8ad41677ebb065b3 authored by Linus Torvalds on 28 March 2021, 22:48:16 UTC
Linux 5.12-rc5
Tip revision: a5e13c6
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	+= iris/
obj-y	+= intel/
obj-y	+= intel-mid/
obj-y	+= intel-quark/
obj-y	+= olpc/
obj-y	+= scx200/
obj-y	+= ts5500/
obj-y	+= uv/
back to top