Blame view

api/Makefile 252 Bytes
500856eb1   Rafal Jaworowski   API for external ...
1
2
3
  #
  # (C) Copyright 2007 Semihalf
  #
1a4596601   Wolfgang Denk   Add GPL-2.0+ SPDX...
4
  # SPDX-License-Identifier:	GPL-2.0+
500856eb1   Rafal Jaworowski   API for external ...
5
  #
8a7e7d569   Masahiro Yamada   Makefile: descend...
6
7
  obj-y += api.o api_display.o api_net.o api_storage.o
  obj-$(CONFIG_ARM) += api_platform-arm.o
ad420282e   Masahiro Yamada   Makefile: descend...
8
  obj-$(CONFIG_PPC) += api_platform-powerpc.o
7c6042310   Stanislav Galabov   api: Add FreeBSD ...
9
  obj-$(CONFIG_MIPS) += api_platform-mips.o