Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1412 → Rev 1411

/drivers/video/drm/radeon/makefile
48,6 → 48,8
$(DRM_TOPDIR)/drm_dp_i2c_helper.c \
$(DRM_TOPDIR)/i2c/i2c-core.c \
$(DRM_TOPDIR)/i2c/i2c-algo-bit.c \
$(DRM_TOPDIR)/idr.c \
$(DRM_TOPDIR)/list_sort.c \
radeon_device.c \
radeon_clocks.c \
radeon_i2c.c \
86,19 → 88,9
rdisplay_kms.c \
radeon_pm.c \
cmdline.c \
cursor.S \
fwblob.asm
cursor.S
 
FW_SRCS= \
firmware/R100_cp.bin.ihex \
firmware/R200_cp.bin.ihex \
firmware/R300_cp.bin.ihex \
firmware/R420_cp.bin.ihex \
firmware/RS690_cp.bin.ihex \
firmware/RS600_cp.bin.ihex \
firmware/R520_cp.bin.ihex \
 
 
SRC_DEP:=
 
 
106,10 → 98,7
$(patsubst %.c, %.o, $(NAME_SRC))))
 
 
FW_BINS = $(patsubst %.bin.ihex, %.bin, $(FW_SRCS))
 
 
 
all: $(NAME).dll
 
$(NAME).dll: $(NAME_OBJS) $(SRC_DEP) $(HFILES) atikms.lds Makefile
121,7 → 110,3
 
%.o : %.S $(HFILES) Makefile
as -o $@ $<
 
fwblob.o: fwblob.asm $(FW_BINS) Makefile
$(FASM) $< $@