RC11 preliminary update - Makefiles

git-svn-id: svn://kolibrios.org@1965 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2011-06-24 12:25:41 +00:00
parent 52aacb57ed
commit 9f31407b05
2 changed files with 3 additions and 5 deletions

View File

@ -133,8 +133,6 @@ SRC_DEP:=
NAME_OBJS = $(patsubst %.S, %.o, $(patsubst %.asm, %.o,\
$(patsubst %.c, %.o, $(NAME_SRC))))
all: $(NAME).dll
$(NAME).dll: $(NAME_OBJS) $(FW_BINS) $(SRC_DEP) $(HFILES) $(LIBPATH)/libcore.a $(LIBPATH)/libddk.a atikms.lds Makefile

View File

@ -43,6 +43,7 @@ HFILES:= $(DRV_INCLUDES)/linux/types.h \
NAME_SRC= \
pci.c \
$(DRM_TOPDIR)/drm_mm.c \
$(DRM_TOPDIR)/drm_irq.c \
$(DRM_TOPDIR)/drm_edid.c \
$(DRM_TOPDIR)/drm_modes.c \
$(DRM_TOPDIR)/drm_crtc.c \
@ -51,13 +52,13 @@ NAME_SRC= \
$(DRM_TOPDIR)/drm_dp_i2c_helper.c \
$(DRM_TOPDIR)/i2c/i2c-core.c \
$(DRM_TOPDIR)/i2c/i2c-algo-bit.c \
evergreen.c \
radeon_device.c \
radeon_clocks.c \
radeon_i2c.c \
atom.c \
radeon_atombios.c \
radeon_agp.c \
radeon_asic.c \
atombios_crtc.c \
atombios_dp.c \
radeon_encoders.c \
@ -71,7 +72,7 @@ NAME_SRC= \
radeon_gart.c \
radeon_ring.c \
radeon_object_kos.c \
radeon_gem.c \
radeon_pm.c \
r100.c \
r200.c \
r300.c \
@ -88,7 +89,6 @@ NAME_SRC= \
radeon_fb.c \
rdisplay.c \
rdisplay_kms.c \
radeon_pm.c \
cmdline.c \
fwblob.asm
# cursor.S