summaryrefslogblamecommitdiffstats
path: root/arch/mips/math-emu/Makefile
blob: 81d25ff328a7a1fc77ee1072118f029300dcafd4 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                  



                                                   

                                                                              

                                                                              
                                                                              

                                                                              
                   
 


                                            

                                      
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Linux/MIPS kernel FPU emulation.
#

obj-y	+= cp1emu.o ieee754dp.o ieee754sp.o ieee754.o \
	   dp_div.o dp_mul.o dp_sub.o dp_add.o dp_fsp.o dp_cmp.o dp_simple.o \
	   dp_tint.o dp_fint.o dp_rint.o dp_maddf.o dp_2008class.o dp_fmin.o \
	   dp_fmax.o							     \
	   sp_div.o sp_mul.o sp_sub.o sp_add.o sp_fdp.o sp_cmp.o sp_simple.o \
	   sp_tint.o sp_fint.o sp_rint.o sp_maddf.o sp_2008class.o sp_fmin.o \
	   sp_fmax.o							     \
	   dsemul.o

lib-y	+= ieee754d.o \
	   dp_tlong.o dp_flong.o dp_sqrt.o \
	   sp_tlong.o sp_flong.o sp_sqrt.o

obj-$(CONFIG_DEBUG_FS) += me-debugfs.o
rnel-qcow2-linux.git/commit/include/linux/fb.h?id=1f45f9dbb392f9ca0919e9cd2370ab66ae752ec8'>fb_defio: add first_io callbackHeiko Stübner2012-04-291-0/+1 * | fbdev: add events for early fb event supportInki Dae2012-05-301-0/+4 |/ * Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+0Star |\ | * device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+0Star * | udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers2012-03-151-0/+1 |/ * fbdev: Add FOURCC-based format configuration APILaurent Pinchart2011-12-191-4/+10 * fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-1/+2 * fbcon: add lifetime refcount to opened frame buffersLinus Torvalds2011-05-121-0/+1 * Fix common misspellingsLucas De Marchi2011-03-311-4/+4 * unicore32 machine related: add frame buffer driver for pkunity-v3 socGuanXuetao2011-03-171-0/+2 * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-12-221-0/+1 |\ | * fbcmap: integer overflow bugDan Carpenter2010-11-171-0/+1 * | fbdev: when parsing E-EDID blocks, also use SVD entriesGuennadi Liakhovetski2010-11-151-0/+1 * | video: add fb_edid_add_monspecs for parsing extended edid informationErik Gilling2010-11-151-0/+2 |/ * fbmem: fix fb_read, fb_write unaligned accessesJames Hogan2010-10-281-0/+6 * vt/console: try harder to print output when panicingJesse Barnes2010-08-101-0/+4 * fb: add hooks to handle KDB enter/exitJesse Barnes2010-08-051-0/+13 * fb: handle allocation failure in alloc_apertures()Dan Carpenter2010-07-201-0/+2 * fb: fix colliding defines for fb flags.Dave Airlie2010-07-011-2/+2 * drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-28