Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68k,m68knommu: merge header files Resolve trivial conflict in arch/m68knommu/include/asm/Kbuild
This commit is contained in:
commit
ac3d266bf1
Makefile
arch/m68k/include/asm
KbuildMC68328.hMC68332.hMC68EZ328.hMC68VZ328.ha.out-core.ha.out.hadb_iop.hamigahw.hamigaints.hamigayle.hamipcmcia.hanchor.hapollodma.hapollohw.hatafd.hatafdreg.hatari_joystick.hatari_stdma.hatari_stram.hatarihw.hatariints.hatarikb.hatomic.hatomic_mm.hatomic_no.hauxvec.hbitops.hbitops_mm.hbitops_no.hblinken.hbootinfo.hbootinfo_mm.hbootinfo_no.hbootstd.hbug.hbug_mm.hbug_no.hbugs.hbugs_mm.hbugs_no.hbvme6000hw.hbyteorder.hbyteorder_mm.hbyteorder_no.hcache.hcache_mm.hcache_no.hcachectl.hcacheflush.hcacheflush_mm.hcacheflush_no.hchecksum.hchecksum_mm.hchecksum_no.hcoldfire.hcommproc.hcontregs.hcputime.hcurrent.hcurrent_mm.hcurrent_no.hdbg.hdelay.hdelay_mm.hdelay_no.hdevice.hdiv64.hdiv64_mm.hdiv64_no.hdma-mapping.hdma-mapping_mm.hdma-mapping_no.hdma.hdma_mm.hdma_no.hdsp56k.hdvma.helf.helf_mm.helf_no.helia.hemergency-restart.hentry.hentry_mm.hentry_no.herrno.hfb.hfb_mm.hfb_no.hfbio.hfcntl.hflat.hfloppy.hfpu.hfpu_mm.hfpu_no.hfutex.hhardirq.h
4
Makefile
4
Makefile
@ -213,6 +213,10 @@ endif
|
||||
# Where to locate arch specific headers
|
||||
hdr-arch := $(SRCARCH)
|
||||
|
||||
ifeq ($(ARCH),m68knommu)
|
||||
hdr-arch := m68k
|
||||
endif
|
||||
|
||||
KCONFIG_CONFIG ?= .config
|
||||
|
||||
# SHELL used by kbuild
|
||||
|
5
arch/m68k/include/asm/atomic.h
Normal file
5
arch/m68k/include/asm/atomic.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "atomic_no.h"
|
||||
#else
|
||||
#include "atomic_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/bitops.h
Normal file
5
arch/m68k/include/asm/bitops.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "bitops_no.h"
|
||||
#else
|
||||
#include "bitops_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/bootinfo.h
Normal file
5
arch/m68k/include/asm/bootinfo.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "bootinfo_no.h"
|
||||
#else
|
||||
#include "bootinfo_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/bug.h
Normal file
5
arch/m68k/include/asm/bug.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "bug_no.h"
|
||||
#else
|
||||
#include "bug_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/bugs.h
Normal file
5
arch/m68k/include/asm/bugs.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "bugs_no.h"
|
||||
#else
|
||||
#include "bugs_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/byteorder.h
Normal file
5
arch/m68k/include/asm/byteorder.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "byteorder_no.h"
|
||||
#else
|
||||
#include "byteorder_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/cache.h
Normal file
5
arch/m68k/include/asm/cache.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "cache_no.h"
|
||||
#else
|
||||
#include "cache_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/cacheflush.h
Normal file
5
arch/m68k/include/asm/cacheflush.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "cacheflush_no.h"
|
||||
#else
|
||||
#include "cacheflush_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/checksum.h
Normal file
5
arch/m68k/include/asm/checksum.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "checksum_no.h"
|
||||
#else
|
||||
#include "checksum_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/current.h
Normal file
5
arch/m68k/include/asm/current.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "current_no.h"
|
||||
#else
|
||||
#include "current_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/delay.h
Normal file
5
arch/m68k/include/asm/delay.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "delay_no.h"
|
||||
#else
|
||||
#include "delay_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/div64.h
Normal file
5
arch/m68k/include/asm/div64.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "div64_no.h"
|
||||
#else
|
||||
#include "div64_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/dma-mapping.h
Normal file
5
arch/m68k/include/asm/dma-mapping.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "dma-mapping_no.h"
|
||||
#else
|
||||
#include "dma-mapping_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/dma.h
Normal file
5
arch/m68k/include/asm/dma.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "dma_no.h"
|
||||
#else
|
||||
#include "dma_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/elf.h
Normal file
5
arch/m68k/include/asm/elf.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "elf_no.h"
|
||||
#else
|
||||
#include "elf_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/entry.h
Normal file
5
arch/m68k/include/asm/entry.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "entry_no.h"
|
||||
#else
|
||||
#include "entry_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/fb.h
Normal file
5
arch/m68k/include/asm/fb.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "fb_no.h"
|
||||
#else
|
||||
#include "fb_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/fpu.h
Normal file
5
arch/m68k/include/asm/fpu.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "fpu_no.h"
|
||||
#else
|
||||
#include "fpu_mm.h"
|
||||
#endif
|
5
arch/m68k/include/asm/hardirq.h
Normal file
5
arch/m68k/include/asm/hardirq.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifdef __uClinux__
|
||||
#include "hardirq_no.h"
|
||||
#else
|
||||
#include "hardirq_mm.h"
|
||||
#endif
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user