mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
49316cbf0a
They tend to get not updated when files are moved around or copied and lack any obvious use. While at it zap some only too obvious comments and as per Shinya's suggestion, add a copyright header to extable.c. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> Acked-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
11 lines
375 B
Makefile
11 lines
375 B
Makefile
#
|
|
# Copyright (C) NEC Electronics Corporation 2005-2006
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
|
|
obj-$(CONFIG_NEC_MARKEINS) += irq.o setup.o led.o platform.o
|