Albert ARIBAUD | 1e5b995 | 2012-11-26 11:27:37 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2011 Simon Guinot <sguinot@lacie.com> |
| 3 | # |
| 4 | # Based on Kirkwood support: |
| 5 | # (C) Copyright 2009 |
| 6 | # Marvell Semiconductor <www.marvell.com> |
| 7 | # Written-by: Prafulla Wadaskar <prafulla@marvell.com> |
| 8 | # |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 9 | # SPDX-License-Identifier: GPL-2.0+ |
Albert ARIBAUD | 1e5b995 | 2012-11-26 11:27:37 +0000 | [diff] [blame] | 10 | # |
| 11 | |
Albert ARIBAUD | 1e5b995 | 2012-11-26 11:27:37 +0000 | [diff] [blame] | 12 | ifneq ($(OBJTREE),$(SRCTREE)) |
| 13 | $(shell mkdir -p $(obj)../common) |
| 14 | endif |
| 15 | |
Masahiro Yamada | 5d23de5 | 2013-10-21 11:53:37 +0900 | [diff] [blame^] | 16 | obj-y := wireless_space.o ../common/common.o |